home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 May
/
EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso
/
earcd
/
misc
/
emu
/
arosdev.lha
/
AROS
/
rom
/
exec
/
debug.c
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-09
|
857b
|
51 lines
/*
(C) 1995 AROS - The Amiga Replacement OS
$Id: debug.c,v 1.3 1997/01/01 03:46:08 ldp Exp $ $Log
Desc:
Lang: english
*/
#include "exec_intern.h"
#include <proto/exec.h>
/*****************************************************************************
NAME */
AROS_LH1(void, Debug,
/* SYNOPSIS */
AROS_LHA(unsigned long, flags, D0),
/* LOCATION */
struct ExecBase *, SysBase, 19, Exec)
/* FUNCTION
INPUTS
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
29-10-95 digulla automatically created from
exec_lib.fd and clib/exec_protos.h
*****************************************************************************/
{
AROS_LIBFUNC_INIT
AROS_LIBBASE_EXT_DECL(struct ExecBase *,SysBase)
aros_print_not_implemented ("Debug");
AROS_LIBFUNC_EXIT
} /* Debug */